home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / editor / blksedtr.lha / BED / Rexx / SASC / FindSCFunc.bed < prev    next >
Text File  |  1996-05-06  |  263b  |  15 lines

  1. /*
  2. ** $VER: FindSCFunc.bed 1.0 (14.01.96)
  3. **
  4. ** Display the AmigaGuide help on the SAS C Library Function under the cursor
  5. */
  6.  
  7. OPTIONS RESULTS
  8.  
  9. SetStatusBar 'Looking for SAS C Function...'
  10.  
  11. GetWord
  12.  
  13. IF RC = 0 THEN
  14.     'Help FILE=SC:Help/sc_lib.guide' RESULT || '()'
  15.